home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / portfoli / test0d.doc < prev    next >
Encoding:
Text File  |  1996-10-30  |  1.2 KB  |  37 lines

  1. TEST0D        Version 1.0
  2.  
  3.     There has been some talk about the graphics function
  4. 0Dh, not working properly.  This is the function to read a pixel
  5. and return it's value.  I read a message that someone left
  6. saying that it always returned a value of 2Eh.
  7.  
  8.     This program is an attempt to isolate the problem.  This
  9. program will set the screen mode to 5 (graphics 320 x 200) and
  10. write at location 10,10 first a 0, then a 1.  Each time it will
  11. read in the results.  After it turns on the pixel, it will
  12. pause, giving you a chance to see that the pixel is on.  Press
  13. any key and the screen will clear and the results will be
  14. displayed.  The results should be 00  01, the 00 being the read
  15. of the 0 pixel, and the 01 being the read of the 1 pixel.
  16.  
  17.     My Portfolio is version 1.052, and the program runs correctly.
  18.  
  19.     If you do not get the correct results, you can use a
  20. patch, FIX0D.  This is a TSR which will intercept the INT10h
  21. pixel read and directly access the graphics memory to obtain a
  22. bit's value.
  23.  
  24.  
  25. Bug Reports or Comments to :
  26.  
  27. BJ Gleason
  28. Thin Air Research
  29. B-607
  30. 1600 South Joyce Street
  31. Arlington, VA  22202
  32.  
  33. Compuserve : 73337,2011
  34. Genie      : BJGLEASON
  35.  
  36. This program is placed in the public domain.
  37. ə